home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_2 / ir-slave / arexx / arexx-demo.rexx next >
OS/2 REXX Batch file  |  1994-04-12  |  214b  |  12 lines

  1. /*
  2.  *  Demo-Arexx-Script for the IR-Slave
  3.  */
  4.  
  5. options results
  6. address command
  7.  
  8. 'say "No I am executing an arexx script..."'
  9. 'requestchoice BODY="ARexx-Script started!" TITLE="IR-Slave-Command" GADGETS="OK"'
  10. exit
  11.  
  12.